home *** CD-ROM | disk | FTP | other *** search
/ Hottest 6 / Hottest 6 (1996)(PDSoft)[!].iso / software / fredfish / 1076.lha / Programs / Man / Pages / Which.man < prev    next >
Text File  |  1995-02-18  |  1KB  |  68 lines

  1.  
  2. NAME
  3.  
  4.     Which
  5.  
  6.  
  7. FORMAT
  8.  
  9.     WHICH  <command> [NORES] [RES] [ALL]
  10.  
  11.  
  12. PURPOSE
  13.  
  14.     To search the command path for a particular item.
  15.  
  16.  
  17. SPECIFICATION
  18.  
  19.  
  20.     WHICH lets you find a particular command, program, or directory 
  21.     by entering its name. If the named item is in the search path, 
  22.     WHICH displays the complete path to that item WHICH lists resident
  23.     commands as RESIDENT and internal commands as INTERNAL.
  24.  
  25.     If the NORES option is specified, the resident list is not searched. 
  26.     If the RES option is specified, only the resident list is searched.
  27.     The ALL switch causes the search to continue through the full search
  28.     path, even after one or more instances of the named item have been 
  29.     found and listed. This insures that all versions of a command or 
  30.     program are found. It can, however, lead to multiple listings of the 
  31.     same command, if that command is reached by more than one route, C: 
  32.     and the current directory.
  33.  
  34.  
  35. EXAMPLE
  36.  
  37.  
  38.     1 > WHICH avail
  39.     C: avail
  40.  
  41.  
  42. BUGS
  43.  
  44.     NONE.
  45.  
  46.  
  47. AUTHOR
  48.  
  49.     Commodore Business Machines.  This program is provided with your Amiga
  50.         Workbench disks.  It is an internal command and resides in C:
  51.  
  52.  
  53. COPYRIGHT NOTICE
  54.  
  55.     This man page was written by:
  56.  
  57.         Markus Hillenbrand
  58.         Hauptstrasse 9
  59.         36124 Eichenzell-Loeschenrod
  60.         Germany
  61.  
  62.         E-mail: m_hillen@informatik.uni-kl.de
  63.  
  64.  
  65. SEE ALSO
  66.  
  67.     Resident (AmigaDOS)
  68.